home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / BCB.MST (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-02-13  |  21KB  |  396 lines

  1. :Base BCB.HLP
  2. 1 Borland C++Builder User's Guide
  3. 2 Getting started
  4. 3 First look=FirstlkFirstLook
  5. 3 Starting C++Builder=FirstlkStartingC++Builder
  6. 3 Accessing commands fast=FirstlkAccessingCommandsFast
  7. 3 Displaying commands in context=FirstlkDisplayingCommandsInContext
  8. 3 Designing applications=FirstlkDesigningApplications
  9. 3 Creating the application interface=FirstlkCreatingTheApplicationInterface
  10. 3 Adding components=FirstlkAddingComponents
  11. 3 Changing component behavior=FirstlkChangingComponentBehavior
  12. 3 Designing menus=FirstlkDesigningMenus
  13. 3 Developing applications=FirstlkDevelopingApplications
  14. 3 Editing code=FirstlkEditingCode
  15. 3 Managing project files=FirstlkManagingProjectFiles
  16. 3 Storing application objects=FirstlkStoringApplicationObjects
  17. 3 Using the online Help system=FirstlkUsingTheOnlineHelpSystem
  18. 3 Getting Help=FirstlkGettingHelp
  19. 3 Displaying online information=FirstlkDisplayingOnlineInformation
  20. 3 Displaying context-sensitive information=FirstlkDisplayingContextSensitiveInformation
  21. 3 Customizing Help=FirstlkCustomizingHelp
  22. 3 Writing database applications=FirstlkWritingDatabaseApplications
  23. 3 Compiling and running applications=FirstlkCompilingAndRunningApplications
  24. 3 Debugging applications=FirstlkDebuggingApplications
  25. 3 Deploying applications=FirstlkDeployingApplications
  26. 2 Using the Borland C++Builder IDE
  27. 3 Form editor
  28. 4 Using the Form editor=FormEditor
  29. 4 Opening a context menu=OpeningAcontext menu
  30. 3 Code editor
  31. 4 Using the Code editor=UseCodeWindow
  32. 4 Code editor Window=CEWindow
  33. 4 Behind the scenes in the Code editor=CEBehindtheScenes
  34. 4 Getting Help in the Code editor=CEHelp
  35. 4 Viewing pages in the Code editor Window=CEViewingPages
  36. 3 Menus
  37. 4 File menu=IDH_MFile
  38. 4 Edit menu=IDH_MEdit
  39. 4 Search menu=IDH_MSearch
  40. 4 View menu=IDH_MView
  41. 4 Project menu=IDH_MProject
  42. 4 Run menu=IDH_MRun
  43. 4 Component menu=IDH_MComponent
  44. 4 Database menu=IDH_MDatabase
  45. 4 Workgroups menu=IDH_MWPVCS
  46. 4 Tools menu=IDH_MTools
  47. 4 Options menu=IDH_MOptions
  48. 4 Help menu=IDH_MHelp
  49. 3 Search options
  50. 4 Regular expressions=IDH_RegularExpressions
  51. 4 Brief regular expressions=BRIEFRegularExpressions
  52. 3 ToolBar
  53. 4 About the ToolBar=BToolbar
  54. 3 Using the Component palette
  55. 4 About the Component palette=IDH_BComponentPalette
  56. 4 Customizing the Component palette=CustomizingTheIDE
  57. 4 Saving a customized Component palette=SavingaCustomizedComponentPalette
  58. 4 Rearranging Component palette pages=RearrangingComponentpalettepages
  59. 4 Rearranging components on the Component palette=RearrangingcomponentsontheComponentpalette
  60. 4 Moving a component to a different Component palette page=MovingacomponenttoadifferentComponentpalettepage
  61. 4 Renaming Component palette pages=RenamingaComponentpalettepage
  62. 4 Adding pages to the Component palette=AddingpagestotheComponentpalette
  63. 4 Removing pages from the Component palette=RemovingpagesfromtheComponentpalette
  64. 4 Removing components from the Component palette=RemovingcomponentsfromtheComponentpalette
  65. 3 Using the Object Inspector
  66. 4 Introducing the Object Inspector=IDH_ObjectInspector
  67. 3 Using the Object Repository
  68. 4 Introducing the Object Repository=AboutTheObjectRepository
  69. 4 Object Repository usage options=ObjectRepositoryUsageOptions
  70. 4 Using project templates from the Object Repository=ProjMgrUsingProjectTemplates
  71. 4 Customizing defaults in the Object Repository=CustomizingTheObjectRepository
  72. 4 Using the Object Repository in a shared development environment=ProjmgrUsingTheObjectRepositoryInASharedEnvironment
  73. 3 Using the Alignment Palette
  74. 4 Alignment palette=IDH_AlignmentPalette
  75. 2 Creating and managing projects
  76. 3 Creating and managing projects=ProjmgrCreatingAndManagingProjects
  77. 3 What is a C++Builder project?=ProjmgrWhatIsAC++BuilderProject
  78. 3 Details about project files
  79. 4 C++Builder project files=ProjmgrC++BuilderProjectFiles
  80. 4 Project files=ProjmgrProjectFiles
  81. 4 Project1.CPP=ProjmgrProject1Cpp
  82. 4 Project1.MAK=ProjmgrProject1Mak
  83. 4 Project1.RES=ProjmgrProject1Res
  84. 4 Form files=ProjmgrFormFiles
  85. 4 Unit1.DFM=ProjmgrUnit1Dfm
  86. 4 Unit1.CPP and Unit1.h=ProjmgrUnit1CPPAndUnit1H
  87. 4 Unit files=ProjmgrUnitFiles
  88. 4 Desktop file=ProjmgrDesktopFile
  89. 4 About form and unit files=ProjmgrAboutFormAndUnitFiles
  90. 4 Unit files for forms=ProjmgrUnitFilesForForms
  91. 4 Standalone unit files=ProjmgrStandaloneUnitFiles
  92. 3 Saving and naming files
  93. 4 Saving and naming C++Builder files=ProjmgrSavingAndNamingC++BuilderFiles
  94. 4 Saving all open project files=ProjmgrSavingAllOpenProjectFiles
  95. 4 Saving a new project=ProjmgrSavingANewProject
  96. 4 Naming unit files=ProjmgrNamingUnitFiles
  97. 4 Naming project files=ProjmgrNamingProjectFiles
  98. 4 Saving an existing project=ProjmgrSavingAnExistingProject
  99. 4 Saving individual project files=ProjmgrSavingIndividualProjectFiles
  100. 4 Changing a file name=ProjmgrChangingAFileName
  101. 4 Removing files from a project=ProjmgrRemovingFilesFromAProject
  102. 4 Copying a project=ProjmgrCopyingAProject
  103. 4 Backing up a project=ProjmgrBackingUpAProject
  104. 4 Viewing project files=ProjmgrViewingProjectFiles
  105. 3 About the Project Manger
  106. 4 Using the Project Manager=ProjmgrUsingTheProjectManager
  107. 4 Project Manager file list=ProjmgrProjectManagerFileList
  108. 4 Project Manager toolbar=ProjmgrProjectManagerToolbar
  109. 4 Project Manager status bar=ProjmgrProjectManagerStatusBar
  110. 4 Project Manager context menu=ProjmgrProjectManagerContextMenu
  111. 4 Integrating forms and units into a project=ProjmgrIntegratingFormsAndUnitsIntoAProject
  112. 4 Adding form and unit files=ProjmgrAddingFormAndUnitFiles
  113. 4 Sharing files from other projects or directories=ProjmgrSharingFilesFromOtherProjectsOrDirectories
  114. 4 Using Borland C++, C, or Pascal source code units=ProjmgrUsingBorlandC++COrPascalSourceCodeUnits
  115. 4 Using the Project Manager to view forms and units=ProjmgrUsingTheProjectManagerToViewFormsAndUnits
  116. 4 Navigating among project components=ProjmgrNavigatingAmongProjectComponents
  117. 4 Bringing a window to the front=ProjmgrBringingAWindowToTheFront
  118. 3 About the Object Repository
  119. 4 Using the Object Repository=ProjmgrUsingTheObjectRepository
  120. 4 About the Object Repository=ProjmgrAboutTheObjectRepository
  121. 4 Sharing objects across projects=ProjmgrSharingObjectsAcrossProjects
  122. 4 Sharing forms within projects=ProjmgrSharingFormsWithinProjects
  123. 4 Sharing entire projects=ProjmgrSharingEntireProjects
  124. 4 Using wizards=ProjmgrUsingWizards
  125. 4 Using Object Repository items=ProjmgrUsingObjectRepositoryItems
  126. 4 Copying items from the Object Repository=ProjmgrCopyingItemsFromTheObjectRepository
  127. 4 Inheriting items from the Object Repository=ProjmgrInheritingItemsFromTheObjectRepository
  128. 4 Using items directly from the Object Repository=ProjmgrUsingItemsDirectlyFromTheObjectRepository
  129. 4 Using project templates=ProjmgrUsingProjectTemplates
  130. 4 Adding projects to the Object Repository=ProjmgrAddingProjectsToTheObjectRepository
  131. 4 Saving form templates=ProjmgrSavingFormTemplates
  132. 4 Customizing the Object Repository=ProjmgrCustomizingTheObjectRepository
  133. 4 Specifying a default new project=ProjmgrSpecifyingADefaultNewProject
  134. 4 Specifying a default new form=ProjmgrSpecifyingADefaultNewForm
  135. 4 Specifying the default main form=ProjmgrSpecifyingTheDefaultMainForm
  136. 4 Using the Object Repository in a shared environment=ProjmgrUsingTheObjectRepositoryInASharedEnvironment
  137. 2 Creating forms
  138. 3 Creating forms=FormsCreatingForms
  139. 3 Creating a C++Builder application=FormsCreatingAC++BuilderApplication
  140. 3 What are forms?=FormsWhatAreForms
  141. 3 What are components?=FormsWhatAreComponents
  142. 3 Creating a form=FormsCreatingAForm
  143. 3 Placing components on a form=FormsPlacingComponentsOnAForm
  144. 3 Understanding components
  145. 4 Understanding components=FormsUnderstandingComponents
  146. 4 Component hierarchy=FormsComponentHierarchy
  147. 4 What components do=FormsWhatComponentsDo
  148. 4 C++Builder component groupings=FormsC++BuilderComponentGroupings
  149. 4 Common component elements=FormsCommonComponentElements
  150. 4 Naming components used in your application=FormsNamingComponentsUsedInYourApplication
  151. 4 Changing the name of a component=FormsChangingTheNameOfAComponent
  152. 3 Using components
  153. 4 Manipulating components in forms=FormsManipulatingComponentsInForms
  154. 4 Adding components to a form=FormsAddingComponentsToAForm
  155. 4 Adding components in a specific location=FormsAddingComponentsInASpecificLocation
  156. 4 Adding multiple copies of a component=FormsAddingMultipleCopiesOfAC